Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.easyshare.auth.contrib--providers

This contribution is part of XML component org.nuxeo.easyshare.auth.contrib inside nuxeo-easyshare-core-9.10.jar /OSGI-INF/easyshare-contrib.xml

Extension Point

Extension point providers of component PageProviderService.

Contributed Items

  • <coreQueryPageProvider name="EASYSHARE_FOLDER_CONTENT_PP">
          <pattern>
          <!-- Note: we want proxies.
           Parameter is the EasyFolder id -->
            SELECT * FROM Document WHERE ecm:parentId = ? AND ecm:isVersion = 0 AND
            ecm:isCheckedInVersion = 0 AND ecm:mixinType != 'HiddenInNavigation'
            AND ecm:currentLifeCycleState != 'deleted'
          </pattern>
          <sort ascending="true" column="dc:title"/>
          <pageSize>0</pageSize>
          <maxPageSize>0</maxPageSize>
        </coreQueryPageProvider>

XML Source

<extension point="providers" target="org.nuxeo.ecm.platform.query.api.PageProviderService">
    <coreQueryPageProvider name="EASYSHARE_FOLDER_CONTENT_PP">
      <pattern>
      <!-- Note: we want proxies.
       Parameter is the EasyFolder id -->
        SELECT * FROM Document WHERE ecm:parentId = ? AND ecm:isVersion = 0 AND
        ecm:isCheckedInVersion = 0 AND ecm:mixinType != 'HiddenInNavigation'
        AND ecm:currentLifeCycleState != 'deleted'
      </pattern>
      <sort ascending="true" column="dc:title"/>
      <pageSize>0</pageSize>
      <maxPageSize>0</maxPageSize>
    </coreQueryPageProvider>

  </extension>